refactor(core): extract portable cloud task engine#3608
Open
richardsolomou wants to merge 1 commit into
Open
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
richardsolomou
changed the base branch from
main
to
posthog-code/share-cloud-task-foundations
July 21, 2026 11:38
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 11:39
71a9410 to
bc3432b
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-foundations
branch
from
July 21, 2026 12:30
8c39d0e to
f08bac5
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 12:34
bc3432b to
469e7c2
Compare
richardsolomou
changed the base branch from
posthog-code/share-cloud-task-foundations
to
posthog-code/share-cloud-task-engine
July 21, 2026 12:35
2 tasks
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 21, 2026 13:46
2dafbcd to
1b48f46
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 13:58
469e7c2 to
70e84e9
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 23, 2026 12:55
32895be to
54e687e
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 23, 2026 12:59
70e84e9 to
dde4532
Compare
2 tasks
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 23, 2026 13:35
54e687e to
25563d8
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 23, 2026 13:36
dde4532 to
8c45346
Compare
Member
Author
This was referenced Jul 23, 2026
richardsolomou
marked this pull request as ready for review
July 23, 2026 15:47
Contributor
|
Reviews (1): Last reviewed commit: "fix(mobile): select a visible fallback m..." | Re-trigger Greptile |
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 23, 2026 17:28
996c103 to
23dec67
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 23, 2026 17:28
bdfa389 to
5e38056
Compare
PR overviewAll previously flagged issues have been addressed. No open security concerns remain on this pull request. Security reviewNo open security issues remain on this pull request. Fixed/addressed: 1 · PR risk: 0/10 |
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 24, 2026 16:41
5e38056 to
f703289
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 24, 2026 16:41
26dda58 to
2ae0612
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 24, 2026 16:47
f703289 to
5bbe73f
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 24, 2026 16:47
2ae0612 to
e1af136
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 24, 2026 22:26
5bbe73f to
ae97a33
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
2 times, most recently
from
July 24, 2026 22:57
3e528fe to
2ea8e81
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 24, 2026 22:57
ae97a33 to
059b248
Compare
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 24, 2026 23:07
2ea8e81 to
e3d7ad0
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 24, 2026 23:07
059b248 to
ee6ce05
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
The renamed desktop cloud-task service still owns host-specific dependencies and cannot be reused by another host.
Depends on #3624
Refs #2416
Changes
Phase 1 only: I made the renamed implementation host-neutral and added the thin desktop
cloud-task.tswrapper. Because the move landed separately, this diff contains the actual engine changes rather than a 2,000-line delete/add pair.How did you test this?
Automatic notifications
Created with PostHog Code